Home
last modified time | relevance | path

Searched refs:ConStart (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Object/
H A DCOFFObjectFile.cpp1130 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1132 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1134 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Object/
H A DCOFFObjectFile.cpp1132 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1134 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1136 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Object/
H A DCOFFObjectFile.cpp1108 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1110 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1112 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1130 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1132 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1134 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Object/
H A DCOFFObjectFile.cpp1093 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1095 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1097 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Object/
H A DCOFFObjectFile.cpp1140 uintptr_t ConStart = in getSectionContents() local
1143 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1145 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Object/
H A DCOFFObjectFile.cpp1140 uintptr_t ConStart = in getSectionContents() local
1143 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1145 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DCOFFObjectFile.cpp1133 uintptr_t ConStart = in getSectionContents() local
1136 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1138 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Object/
H A DCOFFObjectFile.cpp1093 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1095 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1097 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Object/
H A DCOFFObjectFile.cpp1108 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1110 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1112 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1140 uintptr_t ConStart = in getSectionContents() local
1143 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1145 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp1108 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1110 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1112 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Object/
H A DCOFFObjectFile.cpp1140 uintptr_t ConStart = in getSectionContents() local
1143 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1145 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Object/
H A DCOFFObjectFile.cpp1140 uintptr_t ConStart = in getSectionContents() local
1143 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1145 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1108 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1110 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1112 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DCOFFObjectFile.cpp1133 uintptr_t ConStart = in getSectionContents() local
1136 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1138 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Object/
H A DCOFFObjectFile.cpp1140 uintptr_t ConStart = in getSectionContents() local
1143 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1145 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dunit.c280 static int ConStart( const char *, double *, int *, int * );
1135 static int ConStart( const char *text, double *val, int *nc, int *status ) { in ConStart() function
3574 } else if( ConStart( exp, &con, &n, status ) == 1 ) { in MakeLabelTree()
3934 } else if( ConStart( exp, &con, &n, status ) == 1 ) { in MakeTree()