Home
last modified time | relevance | path

Searched defs:InlCalls (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/dwarfgen/
Ddwinl.go247 func insertInlCall(dwcalls *dwarf.InlCalls, inlIdx int, imap map[int]int) int {
325 func dumpInlCall(inlcalls dwarf.InlCalls, idx, ilevel int) {
350 func dumpInlCalls(inlcalls dwarf.InlCalls) {
401 func checkInlCall(funcName string, inlCalls dwarf.InlCalls, funcSize int64, idx, parentIdx int) {
431 func unifyCallRanges(inlcalls dwarf.InlCalls, idx int) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Ddwarf.go98 InlCalls InlCalls member
162 type InlCalls struct { struct
163 Calls []InlCall
1021 func isEmptyInlinedCall(slot int, calls *InlCalls) bool {
1043 func inlChildren(slot int, calls *InlCalls) []int {
1061 func inlinedVarTable(inlcalls *InlCalls) map[*Var]bool {