Home
last modified time | relevance | path

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

/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp25 void handleLoadSection(bool IsCode);
80 handleLoadSection(true); in handleMessage()
83 handleLoadSection(false); in handleMessage()
122 void LLIChildTarget::handleLoadSection(bool IsCode) { in handleLoadSection() function in LLIChildTarget